ScanFix Xpress v9.0 for .NET - Updated
GraphicLineRemovalOptions Constructor(List<GraphicLine>)




Accusoft.ScanFixXpressSdk Namespace > GraphicLineRemovalOptions Class > GraphicLineRemovalOptions Constructor : GraphicLineRemovalOptions Constructor(List<GraphicLine>)
A list of GraphicLine objects obtained from the ScanFix.DetectGraphicLines method.
Instantiates a new GraphicLineRemovalOptions object setting the specified list of lines.
Syntax
'Declaration
 
Public Function New( _
   ByVal graphicLines As List(Of GraphicLine) _
)
'Usage
 
Dim graphicLines As List(Of GraphicLine)
 
Dim instance As New GraphicLineRemovalOptions(graphicLines)
public GraphicLineRemovalOptions( 
   List<GraphicLine> graphicLines
)
public: GraphicLineRemovalOptions( 
   List<GraphicLine*>* graphicLines
)
public:
GraphicLineRemovalOptions( 
   List<GraphicLine^>^ graphicLines
)

Parameters

graphicLines
A list of GraphicLine objects obtained from the ScanFix.DetectGraphicLines method.
Remarks
You must use the results from the DetectGraphicLines method to specify the lines that will be removed. Lines that you do not wish to remove can be deleted from the list. Lines cannot be added to the list.
See Also

Reference

GraphicLineRemovalOptions Class
GraphicLineRemovalOptions Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.